|
Menyplacering |
---|
Sketch → Sketcher constraints → Constrain horizontally |
Arbetsbänkar |
Sketcher |
Standard genväg |
H |
Introducerad i version |
- |
Se även |
Constraint Vertical |
The Sketcher ConstrainHorizontal tool constrains lines or pairs of points to be horizontal (parallel to the horizontal axis of the sketch).
introduced in version 1.0: In most cases it is advisable to use the combined Sketcher ConstrainHorVer tool instead.
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Horizontal', Line))
The Sketcher scripting page explains the values which can be used for Line
and contains further examples on how to create constraints from Python scripts.